|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICommandHandlerService | |
org.eclipse.ui.commands |
Uses of ICommandHandlerService in org.eclipse.ui.commands |
Subinterfaces of ICommandHandlerService in org.eclipse.ui.commands | |
interface |
ICompoundCommandHandlerService
An instance of this interface allows clients to manage command handlers. |
interface |
IMutableCommandHandlerService
An instance of this interface allows clients to manage command handlers. |
Methods in org.eclipse.ui.commands that return ICommandHandlerService | |
ICommandHandlerService |
IWorkbenchWindowCommandSupport.getCommandHandlerService()
Returns the command handler service for the workbench window. |
ICommandHandlerService |
CommandHandlerServiceEvent.getCommandHandlerService()
Returns the instance of the interface that changed. |
Methods in org.eclipse.ui.commands with parameters of type ICommandHandlerService | |
void |
ICompoundCommandHandlerService.addCommandHandlerService(ICommandHandlerService commandHandlerService)
Adds an instance of ICommandHandlerService to this
instance. |
void |
ICompoundCommandHandlerService.removeCommandHandlerService(ICommandHandlerService commandHandlerService)
Removes an instance of ICommandHandlerService from this
instance. |
Constructors in org.eclipse.ui.commands with parameters of type ICommandHandlerService | |
CommandHandlerServiceEvent(ICommandHandlerService commandHandlerService,
boolean handlersByCommandIdChanged)
Creates a new instance of this class. |
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |